void setup() {
  size(100, 100);
  smooth();
  fill(0);
  ellipse(50, 50, 66, 66);
}